projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2adc601
34b44ce
)
Auto merge of #3393 - alexcrichton:fix-libz-linkage, r=brson
author
bors
<bors@rust-lang.org>
Thu, 15 Dec 2016 03:04:20 +0000
(
03:04
+0000)
committer
bors
<bors@rust-lang.org>
Thu, 15 Dec 2016 03:04:20 +0000
(
03:04
+0000)
Bump libz-sys to 1.0.9
This just switches libz to always link statically instead of relying on the
system zlib. For MinGW it seems that linkage may default pull in a DLL, which is
almost never what we want.
Closes #3384
Trivial merge